Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 8)
A type check is primarily used to validate the:
The type of data entered (e.g., numeric, text, boolean).
The format of the data.
The presence of the data.
The range of the data.
Explicació
Type checks validate data type.
